inherited DirFindFilenameDialog: TDirFindFilenameDialog Caption = 'Find Filename' ClientHeight = 88 ClientWidth = 289 OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel: TUiPanel Left = 0 Top = 0 Width = 289 Height = 88 Align = alClient BevelOuter = bvNone TabOrder = 0 object FilenameLbl: TUiLabel Left = 8 Top = 8 Height = 13 Caption = 'Searching for:' FocusControl = FilenameEdit end object FilenameEdit: TUiEdit Left = 8 Top = 24 Width = 273 Height = 21 AutoSelect = False TabOrder = 0 OnChange = FilenameEditChange end object CloseBtn: TUiButton Left = 208 Top = 56 Cancel = True Caption = 'Close' Default = True TabOrder = 1 OnClick = CloseClick AutoSize = asRight end end end